home *** CD-ROM | disk | FTP | other *** search
- mgStateInclude Misc.txt
-
- //-------------------- General --------------------
- mgStateFillMode Solid
- mgStateCullMode CCW
- mgStateShadeMode Gouraud
- mgStateClip Y
-
- //-------------------- ZBuffer --------------------
- mgStateZBuffer Y
- mgStateZBufferWrite N
- mgStateZBufferFunc LessEqual
- mgStateZBufferBias 1
-
- //-------------------- Texture --------------------
- mgStateTexture Y
- mgStateInclude TextureParamPreAlpha.txt
-
- //-------------------- AlphaBlend --------------------
- mgStateAlphaBlend Y
- mgStateAlphaBlendSrc SrcAlpha
- mgStateAlphaBlendDest InvSrcAlpha
- mgStateAlphablendOp Add
-
- //-------------------- AlphaTest --------------------
- mgStateAlphaTest N
- mgStateAlphaTestRef 64
- mgStateAlphaTestFunc Greater
-
- //-------------------- Fog --------------------
- mgStateFog N
- mgStateInclude FogParam.txt
-
- //-------------------- Light --------------------
- mgStateLight N
- mgStateColorVertex Y
- mgStateNormalizeNormals N
- mgStateSpecular N
- mgStateDiffuseMatSource Color1
- mgStateSpecularMatSource Material
- mgStateAmbientMatSource Material
- mgStateEmissiveMatSource Material
-